@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&family=Paytone+One&family=Rubik:wght@300;500;700&display=swap');
 :root {
    --gray-light: #1b1d23;
    --gray-dark: #131519;
    --gray-darkest: #0d0f11;
    --brand-coal: #0f0d0e;
    --brand-charcoal: #231f20;
    --brand-charcoal-muted: #1b1918;
    --brand-gray: #262522;
    --brand-yellow: #fcba28;
    --brand-pink: #f38ba3;
    --brand-green: #0ba95b;
    --brand-purple: #7b5ea7;
    --brand-beige: #f9f4da;
    --brand-blue: #12b5e5;
    --brand-orange: #fc7428;
    --brand-red: #ed203d;
    --brand-white: #fff;
    --red: var(--brand-red);
    --white: var(--brand-beige);
    --purple: var(--brand-purple);
    --black: var(--brand-coal);
    --blue: var(--brand-blue);
    --pink: var(--brand-pink);
    --gold: var(--brand-yellow);
    --aqua: var(-- brand-blue);
    --gray: var(--brand-gray);
    --yellow: var(--brand-yellow);
    --green: var(--brand-green);
    --orange: var(--brand-orange);
    --charcoal: var(--brand-charcoal);
    --coal: var(--brand-coal);
}

html {
    font-family: Outfit, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: max-content;
}

body {
    background: var(--brand-coal);
}

nav {
    margin-top: 90px;
    position: fixed;
    width: auto;
    height: 50px;
    z-index: 1;
    background: none;
    border-radius: 15px;
    backdrop-filter: blur(7px);
    align-items: center;
    display: flex;
    justify-content: center;
}

header {
    margin: auto 0;
    display: flex;
    align-items: center;
    width: auto;
    justify-content: center;
    z-index: 20;
}

nav ul {
    padding: 25px;
    text-align: center;
    align-content: center;
}

nav ul li {
    text-align: center;
    display: inline-block;
    padding: 1rem;
    padding-inline-start: 3rem;
    color: white;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

nav ul li a {
    text-decoration: none;
    color: white;
}

nav ul li a:hover {
    border-bottom: 2px solid var(--white);
    transition: all 0.4s ease-in-out;
    transform-origin: 3px;
    padding-bottom: 5px;
    color: var(--white);
}

.about-main {
    margin: 7rem auto;
    width: 1100px;
    height: auto;
    position: relative;
    /* border: 1px solid #f1d8e5; */
    background-image: radial-gradient(#131519 3px, transparent 3px);
    background-size: 26px 26px;
    background-color: #0f0d0e;
}

.about-title {
    font-family: Paytone One, sans-serif;
    color: beige;
    -webkit-text-stroke: 0.1px rgb(0, 0, 0);
    letter-spacing: 1px;
    font-size: 2.4rem;
    text-align: center;
    background-color: var(--brand-blue);
    border-radius: 1rem;
    height: 130px;
    margin: 1.6rem auto;
}

.info-box {
    display: flex;
    /* border: 1px solid beige; */
    height: 350px;
    padding: 1rem;
}

.info-box .hire-para {
    margin: 15px;
    padding: 1rem;
    background-color: var(--yellow);
    border-radius: 1rem;
    /* height: 300px; */
}

.info-box .hire-para p {
    margin: 1rem;
    padding: 1rem;
    color: #0a001a;
    font-family: Inter, sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.5rem;
    text-align: start;
    line-height: 2rem;
}

.info-box .hire-img img {
    width: 400px;
    position: relative;
    top: -5rem;
}

.services {
    margin: 7rem auto;
    padding: 1rem;
    width: 1100px;
    height: auto;
    position: relative;
    /* border: 1px solid #f1d8e5; */
    background-image: radial-gradient(#131519 3px, transparent 3px);
    background-size: 26px 26px;
    background-color: #0f0d0e;
}

.services .title {
    font-family: Paytone One, sans-serif;
    text-align: left;
    font-size: 1.6rem;
    color: #cac9ca;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 1.3rem;
}

.flex-service {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 1rem;
}

.card-red {
    background-color: var(--brand-red);
}

.card-blue {
    background-color: var(--brand-blue);
}

.card-yellow {
    background-color: var(--brand-yellow);
}

.card-orange {
    background-color: var(--brand-orange);
}

.card-green {
    background-color: var(--brand-green);
}

.card-pink {
    background-color: var(--brand-pink);
}

.flex-service .card {
    border: 1px solid beige;
    padding: 1rem;
}

.flex-service .card .card-title {
    font-family: Paytone One, sans-serif;
}

.flex-service .card.card-content {
    font-family: Inter, sans-serif;
    color: #f9f4da;
    letter-spacing: 1px;
    font-size: 2.5rem;
    text-align: start;
    margin: 1rem 13rem;
    line-height: 1.5rem;
    /* border-left: 3px solid #fcba28; */
    padding: 1rem;
}

.why-me {
    margin: 7rem auto;
    padding: 1rem;
    width: 1100px;
    height: auto;
    position: relative;
    /* border: 1px solid #f1d8e5; */
    background-image: radial-gradient(#131519 3px, transparent 3px);
    background-size: 26px 26px;
    background-color: #0f0d0e;
}

.why-me .title {
    font-family: Paytone One, sans-serif;
    text-align: left;
    font-size: 1.6rem;
    color: #cac9ca;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 1.3rem;
}

.why-me .flex-list {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
}

.why-me .flex-list .list {
    border: 2px solid #f9f4da;
    margin: 1rem;
    padding: 1rem;
    box-shadow: 11px 12px 7px 0px var(--brand-gray);
}

.col-red {
    color: var(--brand-red);
}

.col-blue {
    color: var(--brand-blue);
}

.col-yellow {
    color: var(--brand-yellow);
}

.col-orange {
    color: var(--brand-orange);
}

.col-green {
    color: var(--brand-green);
}

.col-pink {
    color: var(--brand-pink);
}

.flex-list .list .list-title {
    font-family: Paytone One, sans-serif;
    font-size: 1.6rem;
    color: var(--brand-white);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 1.3rem;
    margin-left: 1rem;
}

.flex-list .list-cont {
    font-family: Inter, sans-serif;
    color: #f9f4da;
    letter-spacing: 1px;
    font-size: 2.5rem;
    text-align: start;
    margin: 1rem 1rem;
    line-height: 1.8rem;
    /* border-left: 3px solid #fcba28; */
    /* padding: 1rem; */
}

.getin {
    margin: 7rem auto;
    padding: 1rem;
    width: 1100px;
    height: auto;
    position: relative;
    /* border: 1px solid #f1d8e5; */
    background-image: radial-gradient(#131519 3px, transparent 3px);
    background-size: 26px 26px;
    background-color: #0f0d0e;
}

.getin .title {
    font-family: Paytone One, sans-serif;
    text-align: center;
    font-size: 1.9rem;
    color: #f9f4da;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.9px;
    margin-bottom: 1.3rem;
}

.getin-cont {
    font-family: Inter, sans-serif;
    margin: 15px;
    padding: 1rem;
    background-color: var(--brand-white);
    border-radius: 1rem;
    margin: 1rem;
    padding: 1rem;
    color: #131519;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.1rem;
    text-align: start;
    line-height: 2rem;
}

.getin-form {
    padding: 5rem;
    margin: -3rem 0 0 0;
}

.getin-form form {
    width: 500px;
    display: flex;
    border-radius: 1rem;
    background-color: var(--brand-yellow);
    padding: 1rem;
    margin: 1rem 0 0 15rem;
    box-shadow: 15px 15px 0px 0px #ed203d;
    align-content: center;
    flex-direction: column;
    align-items: center;
}


/* 
.getin-form form {
    border: 1px solid beige;
    border-radius: 1rem;
    padding: 5rem;
    margin: 5rem;
    line-height: 6rem;
} */

.getin-form textarea {
    width: 460px;
    height: 80px;
    border: 1px solid #0f0d0e;
    border-radius: 1rem;
    outline: none;
    background: none;
    color: #0d0f11;
    font-size: 1.5rem;
    font-family: Inter, sans-serif;
}

textarea {}

.getin-form input {
    width: 440px;
    padding: 1rem;
    border: 1px solid #0f0d0e;
    border-radius: 1rem;
    outline: none;
    background: none;
    color: #0d0f11;
    font-size: 1.5rem;
}

.getin-form label {
    font-family: Paytone One, sans-serif;
    text-align: center;
    font-size: 1.1rem;
    color: #0d0f11;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.9px;
    padding: 1rem;
}

.submit-btn {
    outline: none;
    background: none;
    padding: 1rem 3rem;
    border-radius: 1rem;
    border: 2px solid #1b1918;
    color: #1b1918;
    font-size: 1.1rem;
    font-family: Paytone One, sans-serif;
}

.submit-btn:hover {
    background-color: #ed203d;
    transition: all 0.4s ease;
    cursor: pointer;
    color: #f9f4da;
}


/* Responsive */

@media screen and (max-width:768px) {
    nav {
        margin-top: 90px;
        position: fixed;
    }
    .about-main {
        width: 760px;
        margin: 6rem 0rem 0rem 2rem;
    }
    .about-title {
        height: 150px;
    }
    .about-para {
        margin: 0rem 3rem;
        line-height: 1.5rem;
    }
    .info-box .hire-para p {
        margin: 0.1rem;
        padding: 1rem;
        color: #0a001a;
        font-size: 1rem;
        text-align: start;
        line-height: 1.5rem;
    }
    .services {
        width: 762px;
        margin: 4rem 0rem 0rem 1rem;
    }
    .flex-service {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-service .card {
        border: 1px solid beige;
        padding: 1rem;
        width: 190px;
    }
    .why-me {
        width: 762px;
        margin: 4rem 0rem 0rem 1rem;
    }
    .getin {
        width: 762px;
        margin: 4rem 0rem 0rem 1rem;
    }
    .getin-form {
        padding: 5rem;
        margin: -3rem 0 0 -13rem;
    }
}


/* smartphones */

@media screen and (max-width:425px) and (max-width: 767px) {
    header {
        margin: 50px;
        max-width: 425px;
        justify-content: center;
    }
    nav {
        margin: 0;
        right: 4rem;
        height: 60px;
        width: max-content;
        position: fixed;
        display: flex;
        justify-content: center;
    }
    nav ul li {
        padding: 1rem;
    }
    nav ul li a {
        font-size: 15px;
    }
    .about-main {
        width: 460px;
        margin: 3rem 0rem -75rem 1rem;
    }
    .about-title {
        font-size: 1.5rem;
        right: -2rem;
        position: relative;
        height: 90px;
    }
    .about-para {
        margin: 0rem 1rem;
        position: relative;
        width: 300px;
    }
    .info-box {
        display: flex;
        /* border: 1px solid beige; */
        height: 250px;
        padding: 1rem;
        align-content: center;
        /* align-items: stretch; */
        flex-wrap: nowrap;
        margin: -1rem 0 0 2rem;
    }
    .info-box .hire-para {
        margin: 1rem auto;
        padding: 1rem 1rem;
    }
    .info-box .hire-para p {
        height: 10px;
        margin: 0;
        padding: 1rem -1rem;
        font-size: 16px;
        text-align: start;
        line-height: 1.3rem;
        width: 350px;
    }
    .info-box .hire-img img {
        display: none;
    }
    .services {
        width: 467px;
        margin: 75rem 0rem 0rem 2rem;
    }
    .flex-service {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-service .card {
        border: 1px solid beige;
        padding: 1rem;
        width: 190px;
    }
    .why-me {
        width: 467px;
        margin: 1rem 0rem 0rem 2rem;
    }
    .getin {
        width: 467px;
        margin: -3rem 0 7rem 2rem;
        background: none;
    }
    .getin-form {
        padding: 5rem;
        margin: 1rem 0 0 10rem;
    }
    .getin-form form {
        width: 390px;
        margin: -3rem 0 0 -14rem;
    }
    .getin-form input {
        width: 320px;
    }
    .getin-form textarea {
        width: 360px;
    }
    .footer {
        margin-top: -5rem;
    }
}


/* Floating */

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}


/* Animation */

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #0f0d0e;
    overflow: hidden;
}

.background li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 23s linear infinite;
}

.background li:nth-child(0) {
    left: 30%;
    width: 160px;
    height: 160px;
    bottom: -160px;
    animation-delay: 1s;
}

.background li:nth-child(1) {
    left: 34%;
    width: 135px;
    height: 135px;
    bottom: -135px;
    animation-delay: 4s;
}

.background li:nth-child(2) {
    left: 37%;
    width: 121px;
    height: 121px;
    bottom: -121px;
    animation-delay: 6s;
}

.background li:nth-child(3) {
    left: 0%;
    width: 119px;
    height: 119px;
    bottom: -119px;
    animation-delay: 4s;
}

.background li:nth-child(4) {
    left: 32%;
    width: 113px;
    height: 113px;
    bottom: -113px;
    animation-delay: 11s;
}

.background li:nth-child(5) {
    left: 5%;
    width: 136px;
    height: 136px;
    bottom: -136px;
    animation-delay: 24s;
}

.background li:nth-child(6) {
    left: 61%;
    width: 91px;
    height: 91px;
    bottom: -91px;
    animation-delay: 23s;
}

.background li:nth-child(7) {
    left: 29%;
    width: 78px;
    height: 78px;
    bottom: -78px;
    animation-delay: 20s;
}

.background li:nth-child(8) {
    left: 19%;
    width: 151px;
    height: 151px;
    bottom: -151px;
    animation-delay: 36s;
}

.background li:nth-child(9) {
    left: 62%;
    width: 120px;
    height: 120px;
    bottom: -120px;
    animation-delay: 45s;
}

.background li:nth-child(10) {
    left: 54%;
    width: 77px;
    height: 77px;
    bottom: -77px;
    animation-delay: 26s;
}

.background li:nth-child(11) {
    left: 4%;
    width: 99px;
    height: 99px;
    bottom: -99px;
    animation-delay: 1s;
}

.background li:nth-child(12) {
    left: 81%;
    width: 141px;
    height: 141px;
    bottom: -141px;
    animation-delay: 18s;
}

.background li:nth-child(13) {
    left: 31%;
    width: 96px;
    height: 96px;
    bottom: -96px;
    animation-delay: 41s;
}

.background li:nth-child(14) {
    left: 63%;
    width: 144px;
    height: 144px;
    bottom: -144px;
    animation-delay: 23s;
}

.background li:nth-child(15) {
    left: 11%;
    width: 135px;
    height: 135px;
    bottom: -135px;
    animation-delay: 11s;
}

.background li:nth-child(16) {
    left: 54%;
    width: 108px;
    height: 108px;
    bottom: -108px;
    animation-delay: 41s;
}

.background li:nth-child(17) {
    left: 70%;
    width: 67px;
    height: 67px;
    bottom: -67px;
    animation-delay: 8s;
}

.background li:nth-child(18) {
    left: 9%;
    width: 97px;
    height: 97px;
    bottom: -97px;
    animation-delay: 53s;
}

.background li:nth-child(19) {
    left: 22%;
    width: 98px;
    height: 98px;
    bottom: -98px;
    animation-delay: 88s;
}

.background li:nth-child(20) {
    left: 39%;
    width: 130px;
    height: 130px;
    bottom: -130px;
    animation-delay: 90s;
}

.background li:nth-child(21) {
    left: 30%;
    width: 106px;
    height: 106px;
    bottom: -106px;
    animation-delay: 48s;
}


/* scroll bar */

 ::-webkit-scrollbar {
    display: block;
    width: 8px;
    overflow: auto;
    height: 1em;
}

 ::-webkit-scrollbar-thumb {
    background: var(--brand-yellow);
    border-radius: 20px;
    height: 3rem;
}

 ::-webkit-scrollbar-track {
    background-color: var(--brand-coal);
}

 ::-webkit-scrollbar-button {
    display: block;
    background-color: var(--brand-charcoal);
    height: 4px;
}

 ::-webkit-scrollbar-corner {
    background-color: #7f1d1d;
}


/* Footer */


/* Footer */

footer {
    display: flex;
    flex-direction: column;
    font-family: Paytone One, sans-serif;
    position: relative;
    margin-top: 8rem;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 65px 8vw;
    color: #e2e0e5;
    background: radial-gradient(4px 4px at 50% 50%, var(--brand-coal) 50%, transparent 50%) top / 40px 40px repeat, radial-gradient(8px 8px at 50% 50%, rgba(255, 255, 255, .1) 50%, transparent 50%) top / 40px 40px repeat;
}

.footer .h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.footer .brand .h5 {
    display: flex;
    text-transform: uppercase;
    gap: 16px;
}

.footer>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.footer .brand {
    max-width: 200px;
    gap: 24px;
    line-height: 1.5;
}

.newsletter {
    position: relative;
}

.newsletter input {
    font-size: 16px;
    font-weight: 400;
    height: 53px;
    padding: 6px 6px 6px 16px;
    background: transparent;
    border: 1px solid #e2e0e5;
    color: #e2e0e5;
    outline: none;
    border-radius: 14px;
    font-size: 16px;
    width: 370px;
}

.newsletter button {
    position: absolute;
    padding: 16px 40px;
    height: 53px;
    border-radius: 10px;
    border: none;
    background-color: var(--brand-yellow);
    font-size: 18px;
    font-weight: 500;
    color: var(--brand-purple);
    right: 6px;
    top: 6px;
    transition: all 0.5s;
    font-family: Paytone One, sans-serif;
    justify-content: center;
    text-align: center;
}

.newsletter button:hover {
    cursor: pointer;
    background-color: transparent;
    border: 2px solid var(--brand-yellow);
    padding: 16px 40px;
}

.about .h5 {
    font-family: Paytone One, sans-serif;
    text-align: center;
    color: #fcba28;
}

.subjects .h5 {
    font-family: Paytone One, sans-serif;
    text-align: center;
    color: #fcba28;
}

.product .h5 {
    font-family: Paytone One, sans-serif;
    text-align: center;
    color: #fcba28;
}

.social {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.social .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.21);
    border-radius: 20% 20% 20% 20%;
}

.social a {
    transition: all 0.3s ease;
}

.social a:hover {
    transform: scale(1.1);
}

.copyright {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 18px 8vw;
    background-color: var(--brand-yellow);
}

.copyright a {
    color: #0a001a;
    margin: 0 1vw 0 1vw;
}

.copyright p {
    font-size: 14px;
    font-weight: 100;
}

p,
a {
    font-size: 16px;
    font-weight: 400;
}

a {
    color: #e2e0e5;
    text-decoration: none;
}

footer a {
    position: relative;
}

footer a:not(.social-icon)::before {
    background-color: #e2e0e5;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

footer a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 960px) {
    .footer {
        gap: 72px;
        display: grid;
        grid-template-rows: 3fr;
    }
    .footer .brand {
        max-width: 400px !important;
    }
    .subscribe {
        display: block;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .subscribe .newsletter {
        width: 100%;
        max-width: 370px;
    }
    .subscribe .newsletter input {
        width: calc(100% - 22px);
    }
    .copyright {
        padding: 32px 5vw;
    }
    .copyright p,
    .copyright a {
        font-size: 14px;
    }
    .footer {
        padding: 72px 8vw;
    }
}

@media screen and (max-width:768px) {
    .footer {
        gap: 72px;
        display: grid;
        grid-template-rows: 3fr;
        width: 700px;
    }
    .copyright {
        width: 750px;
    }
}

@media (max-width: 425px) {
    p,
    a {
        font-size: 14px;
    }
    .footer .h5 {
        font-size: 16px;
    }
    .footer {
        gap: 72px;
        display: grid;
        grid-template-rows: 3fr;
        width: 500px;
    }
    .copyright {
        padding: 32px 5vw;
    }
    .copyright p,
    .copyright a {
        font-size: 10px;
    }
    .copyright {
        width: 500px;
    }
}